SpacesExpansion

enum SpacesExpansion : Enum<SpacesExpansion>

Expansions enable requests to expand an ID into a full object in the includes response object.

Entries

Link copied to clipboard
ALL("${INVITED_USER_IDS.value}," + "${SPEAKER_IDS.value}," + "${CREATOR_ID.value}," + HOST_IDS.value)

All expansion fields

Link copied to clipboard
HOST_IDS("host_ids")
Link copied to clipboard
CREATOR_ID("creator_id")
Link copied to clipboard
SPEAKER_IDS("speaker_ids")
Link copied to clipboard
INVITED_USER_IDS("invited_user_ids")

Properties

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int
Link copied to clipboard
val value: String